home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / MailEnclosure / Source.v0.15 / PB.project < prev    next >
Text File  |  1995-06-12  |  1KB  |  30 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = appIcon.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = (arrowSend.tiff);
  5. FILESTABLE = {
  6.     C_FILES = (NXGets.c);
  7.     OTHER_LIBS = (Media_s, NeXT_s, Indexing_s);
  8.     CLASSES = (Directory.m, Defaults.m, DocumentController.m, EmacsText.m, EnhancedApp.m, EnhancedText.m, FileCollection.m, FileName.m, FileShelfView.m, MailMessage.m, MasterController.m, ModuleMgr.m, PopUpButton.m, StringStorage.m, TokenString.m);
  9.     OTHER_RESOURCES = (credits.rtfd, Help);
  10.     OTHER_SOURCES = (Makefile.preamble, Makefile, cvs.postamble, Makefile.postamble);
  11.     INTERFACES = (MailEnclosure.nib);
  12.     H_FILES = (Defaults.h, Directory.h, DocumentController.h, EmacsText.h, EnhancedApp.h, EnhancedText.h, FileCollection.h, FileName.h, FileShelfView.h, MailMessage.h, MailSend.h, MasterController.h, ModuleMgr.h, NXGets.h, PopUpButton.h, StringStorage.h, support.h, TokenString.h, version.h);
  13.     OTHER_LINKED = ();
  14.     SUBPROJECTS = (info.subproj, send.subproj, defaults.subproj);
  15.     M_FILES = (support.m, MailEnclosure_main.m);
  16. };
  17. APPCLASS = Application;
  18. MAINNIB = MailEnclosure;
  19. DOCEXTENSIONS = (sndO);
  20. PROJECTTYPE = Application;
  21. PROJECTVERSION = 1.1;
  22. LOCALIZABLE_FILES = {
  23.     Help;
  24.     MailEnclosure.nib;
  25.     credits.rtfd;
  26. };
  27. PROJECTNAME = MailEnclosure;
  28. SYSTEMEXTENSIONS = ();
  29. LANGUAGE = English;
  30.